home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 001 / echof102.arc / ECHOF.DOC < prev    next >
Encoding:
Text File  |  1987-01-01  |  6.3 KB  |  164 lines

  1.     
  2.                          ECHOF : Formatted Echo Program
  3.                            Version 1.02, 01-Jan-1987
  4.                                   SMG Software
  5.  
  6.                              (C) Copyright 1987 by
  7.                                Steven Georgiades
  8.                               All Rights Reserved
  9.  
  10.     
  11.  
  12.          ECHOF  is  a utility that is functionally similar  to  DOS's  ECHO 
  13.     command,   except that ECHOF allows you to output Escape-  and Control-
  14.     Sequences.    The  data  on the command line is  echoed,   except  that 
  15.     characters preceeded by a backslash ("\") are handled as follows: 
  16.  
  17.  
  18.           \B or \b    Outputs a Backspace character (^H) to the Console.
  19.  
  20.           \E or \e    Outputs an Escape character (^[) to the Console.
  21.  
  22.           \G or \g    Outputs a Bell character (^G) to the Console.
  23.  
  24.           \L or \l    Outputs a LineFeed character (^J) to the Console.
  25.  
  26.           \N or \n    Outputs a CR/LF sequence (^M^J) to the Console.
  27.  
  28.           \R or \r    Outputs a Carraige Return character (^M) to the Console.
  29.  
  30.     Any  other  character  preceeded by a backslash is sent to the video as 
  31.     is.  Note that in order to output the backslash character  itself,  you 
  32.     must enter a double backslash ("\\") on the command line.  
  33.     
  34.  
  35.     Command Format: 
  36.  
  37.          ECHOF message
  38.  
  39.  
  40.  
  41.     Examples:
  42.  
  43.          A>ECHOF \nThis is an example!\n\nSo is this!\n
  44.  
  45.          This is an example!
  46.  
  47.          So is this!
  48.  
  49.          A>
  50.  
  51. ECHOF, Version 1.02                                                      Page 2
  52.  
  53.  
  54.     If  you  are  not familiar with the CED Command  Editor  (Version  1.0, 
  55.     Copyright 1985, Christopher J. Dunford), disregard the following.  
  56.     
  57.  
  58.  
  59.  
  60.          ECHOFINS  is  a  version of ECHOF that can be used  with  the  CED 
  61.     Command Editor to make ECHOF a resident, or User, Command.  Once CED is 
  62.     installed,   simply type in ECHOFINS at the DOS prompt,  and ECHOF will 
  63.     become  a  resident  command that behaves just  like  the  non-resident 
  64.     version.   If desired,  you may have ECHOF installed automatically each 
  65.     time you boot up by including the following in your AUTOEXEC.BAT file: 
  66.  
  67.             .
  68.             .
  69.             .
  70.          CED (ced parameters)
  71.             .
  72.             .
  73.             .
  74.          ECHOFINS
  75.             .
  76.             .
  77.             . 
  78.  
  79.     Note that ECHOFINS must be run *After* CED is installed.
  80.  
  81.  
  82.  
  83. ECHOF, Version 1.02                                                      Page 3
  84.  
  85.  
  86.  
  87.          This software is distributed as ShareWare.  "ShareWare" means that 
  88.     you  are granted free license to use and copy this software as much  as 
  89.     you like, within the following restrictions: 
  90.  
  91.          1).  It  is  distributed  in  its  original,   unmodified  form, 
  92.               including program and documentation. 
  93.  
  94.          2).  No  fee is charged for use,  copying or distribution  (With 
  95.               the exception of nominal "per disk" copying charges, not to 
  96.               exceed $6.00 per disk).  
  97.  
  98.          3).  The  program  may  not  be included  with  other  goods  or 
  99.               services  supplied for a fee,  unless written permission to 
  100.               do so is obtained in advance from the author.  
  101.  
  102.     You are not required to register your shareware,  but if you are  using 
  103.     the  program,   and  find it helpful,  you are  expected  to  register.  
  104.     Registration fees are as follows: 
  105.  
  106.               Full Registration (w/full support) ........ $15.00
  107.               Basic Registration (w/basic support) ...... $10.00
  108.  
  109.     Please make checks payable to Steven M.  Georgiades.  Note that you are 
  110.     not  LEGALLY  obligated  to  register,  but if  you  use  the  software 
  111.     regularly,  you are MORALLY obligated to do so.  Aside from easing your 
  112.     conscience,  basic registration will also get you a diskette containing 
  113.     the  latest  version  of the software (unless you  currently  have  the 
  114.     latest version, in which case I will send you the next major revision), 
  115.     a printed version of the documentation (8-1/2 x 11,  unless you specify 
  116.     6-1/4  x  8-1/2), and basic user support,  which means that I will work 
  117.     with you to resolve problems,  and will do minor customization.    Full 
  118.     registration will get you everything that basic registration does, plus 
  119.     full  user  support,   which includes telephone support and  all  major 
  120.     revisions  of  the  software  for  two (2)   years  from  the  date  of 
  121.     registration.    Fully  registered  users will  also  receive  new  SMG 
  122.     releases  from  time  to time for evaluation.    In  return  for  these 
  123.     evaluations,   the  user  will receive full registration  for  the  new 
  124.     software at no charge.   When you register,  please specify the name of 
  125.     the program, and the version number. 
  126.          Note that no support will be given to unregistered users EXCEPT in 
  127.     the  case of MAJOR bugs which preclude the unregistered user from using 
  128.     the program.  I  will then do my best to resolve these problems so that 
  129.     the user may evaluate the software fully.  
  130.  
  131. ECHOF, Version 1.02                                                      Page 4
  132.  
  133.  
  134.  
  135.  
  136.  
  137.     This program is provided AS  IS  without  any  warranty,  expressed  or 
  138.     implied,  including  but  not  limited  to  fitfulness for a particular 
  139.     purpose.  
  140.  
  141.          If  you have any questions or comments about this or any other SMG 
  142.     program, or if you would like to register any SMG Software, write to me 
  143.     at the following address: 
  144.  
  145.                 Steven M. Georgiades
  146.                 SMG Software
  147.                 701-H South Hayward Street
  148.                 Anaheim, CA  92804
  149.  
  150.     Or leave a message for me on the Circuit Board:
  151.  
  152.                 The Circuit Board RBBS
  153.                 SysOp: Dave Kleinschmidt
  154.                 (714) 778-0948
  155.                 300/1200/2400 Baud, No Fee
  156.  
  157.     All  SMG  Software  is  initially released to the  public  through  the 
  158.     Circuit  Board.   The latest version of any SMG Software can always  be 
  159.     found there.  
  160.  
  161.     A diskette containing all of the latest SMG Software can be obtained by 
  162.     sending a check or money order for $6.00  to the above address.    Make 
  163.     all checks payable to Steven M. Georgiades.  Thank you.  
  164.